home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / Extras / Editors / SciTe / au3.api next >
Encoding:
Text File  |  2006-08-13  |  15.8 KB  |  488 lines

  1. @AppDataCommonDir
  2. @AppDataDir
  3. @AutoItExe
  4. @AutoItPID
  5. @AutoItVersion
  6. @COM_EventObj
  7. @CommonFilesDir
  8. @Compiled
  9. @ComputerName
  10. @ComSpec
  11. @CR
  12. @CRLF
  13. @DesktopCommonDir
  14. @DesktopDepth
  15. @DesktopDir
  16. @DesktopHeight
  17. @DesktopRefresh
  18. @DesktopWidth
  19. @DocumentsCommonDir
  20. @error
  21. @exitCode
  22. @exitMethod
  23. @extended
  24. @FavoritesCommonDir
  25. @FavoritesDir
  26. @GUI_CtrlHandle
  27. @GUI_CtrlId
  28. @GUI_DragFile
  29. @GUI_DragId
  30. @GUI_DropId
  31. @GUI_WinHandle
  32. @HomeDrive
  33. @HomePath
  34. @HomeShare
  35. @HotKeyPressed
  36. @HOUR
  37. @InetGetActive
  38. @InetGetBytesRead
  39. @IPAddress1
  40. @IPAddress2
  41. @IPAddress3
  42. @IPAddress4
  43. @LF
  44. @LogonDNSDomain
  45. @LogonDomain
  46. @LogonServer
  47. @MDAY
  48. @MIN
  49. @MON
  50. @MyDocumentsDir
  51. @NumParams
  52. @OSBuild
  53. @OSLang
  54. @OSServicePack
  55. @OSTYPE
  56. @OSVersion
  57. @ProcessorArch
  58. @ProgramFilesDir
  59. @ProgramsCommonDir
  60. @ProgramsDir
  61. @ScriptDir
  62. @ScriptFullPath
  63. @ScriptLineNumber
  64. @ScriptName
  65. @SEC
  66. @StartMenuCommonDir
  67. @StartMenuDir
  68. @StartupCommonDir
  69. @StartupDir
  70. @SW_DISABLE
  71. @SW_ENABLE
  72. @SW_HIDE
  73. @SW_LOCK
  74. @SW_MAXIMIZE
  75. @SW_MINIMIZE
  76. @SW_RESTORE
  77. @SW_SHOW
  78. @SW_SHOWDEFAULT
  79. @SW_SHOWMAXIMIZED
  80. @SW_SHOWMINIMIZED
  81. @SW_SHOWMINNOACTIVE
  82. @SW_SHOWNA
  83. @SW_SHOWNOACTIVATE
  84. @SW_SHOWNORMAL
  85. @SW_UNLOCK
  86. @SystemDir
  87. @TAB
  88. @TempDir
  89. @TRAY_ID
  90. @TrayIconFlashing
  91. @TrayIconVisible
  92. @UserName
  93. @UserProfileDir
  94. @WDAY
  95. @WindowsDir
  96. @WorkingDir
  97. @YDAY
  98. @YEAR
  99. Abs ( expression )
  100. ACos ( expression )
  101. AdlibDisable ( )
  102. AdlibEnable ( "function" [, time] )
  103. And
  104. Asc ( "char" )
  105. ASin ( expression )
  106. Assign ( "varname", "data" [, flag] )
  107. ATan ( expression )
  108. AutoItSetOption ( "option" [, param] )
  109. AutoItWinGetTitle ( )
  110. AutoItWinSetTitle ( "newtitle" )
  111. Beep ( [ Frequency [, Duration ]] )
  112. BinaryString( expression )
  113. BitAND ( value1, value2 [, value n] )
  114. BitNOT ( value )
  115. BitOR ( value1, value2 [, value n] )
  116. BitRotate ( value , shift [, size] )
  117. BitShift ( value, shift )
  118. BitXOR ( value1, value2 [, value n] )
  119. BlockInput ( flag )
  120. Break ( mode )
  121. ByRef
  122. Call ( "function" [, param1 [, param2 [, param<i>N</i> ]]] )
  123. Case
  124. CDTray ( "drive", "status" )
  125. Ceiling ( expression )
  126. Chr ( ASCIIcode )
  127. ClipGet ( )
  128. ClipPut ( "value" )
  129. ConsoleRead ( [ count[, peek = false]] )
  130. ConsoleWrite ( "data" )
  131. ConsoleWriteError ( "data" )
  132. Const
  133. ContinueCase
  134. ContinueLoop
  135. ControlClick ( "title", "text", controlID [, button] [, clicks]] )
  136. ControlCommand ( "title", "text", controlID, "command" [, "option"] )
  137. ControlDisable ( "title", "text", controlID)
  138. ControlEnable ( "title", "text", controlID )
  139. ControlFocus ( "title", "text", controlID )
  140. ControlGetFocus ( "title" [, "text"] )
  141. ControlGetHandle ( "title", "text", controlID )
  142. ControlGetPos ( "title", "text", controlID )
  143. ControlGetText ( "title", "text", controlID )
  144. ControlHide ( "title", "text", controlID )
  145. ControlListView ( "title", "text", controlID, "command" [, option1 [, option2]] )
  146. ControlMove ( "title", "text", controlID, x, y [, width [, height]] )
  147. ControlSend ( "title", "text", controlID, "string" [, flag] )
  148. ControlSetText ( "title", "text", controlID, "new text" [, flag] )
  149. ControlShow ( "title", "text", controlID )
  150. Cos ( expression )
  151. Dec ( "hex" )
  152. Default
  153. Dim
  154. DirCopy ( "source dir", "dest dir" [, flag] )
  155. DirCreate ( "path" )
  156. DirGetSize( "path" [, flag] )
  157. DirMove ( "source dir", "dest dir" [, flag] )
  158. DirRemove ( "path" [, recurse] )
  159. DllCall ( "dll", "return type", "function" [, "type1", param1 [, "type n", param n]] )
  160. DllClose ( dllhandle )
  161. DllOpen ( "filename" )
  162. DllStructCreate ( "Struct" [,Pointer] )
  163. DllStructGetData ( Struct, Element [, index ] )
  164. DllStructGetPtr ( Struct [,Element])
  165. DllStructGetSize ( Struct )
  166. DllStructSetData ( Struct, Element, value [, index ] )
  167. Do
  168. DriveGetDrive ( "type" )
  169. DriveGetFileSystem ( "path" )
  170. DriveGetLabel ( "path" )
  171. DriveGetSerial ( "path" )
  172. DriveGetType ( "path" )
  173. DriveMapAdd( "device", "remote share" [, flags [, "user" [, "password"]]] )
  174. DriveMapDel( "device" )
  175. DriveMapGet( "device" )
  176. DriveSetLabel ( "path", "label" )
  177. DriveSpaceFree ( "path" )
  178. DriveSpaceTotal ( "path" )
  179. DriveStatus ( "path" )
  180. Else
  181. ElseIf
  182. EndFunc
  183. EndIf
  184. EndSelect
  185. EndSwitch
  186. EndWith
  187. EnvGet ( "envvariable" )
  188. EnvSet ( "envvariable" [, "value"] )
  189. EnvUpdate ( )
  190. Eval ( string )
  191. Execute ( string )
  192. Exit
  193. Exit
  194. ExitLoop
  195. Exp ( expression )
  196. False
  197. FileChangeDir ( "path" )
  198. FileClose ( filehandle )
  199. FileCopy ( "source", "dest" [, flag] )
  200. FileCreateNTFSLink ( "source", "hardlink" [, flag] )
  201. FileCreateShortcut ( "file", "lnk" [, "workdir" [, "args" [, "desc" [, "icon" [, "hotkey" [, icon number [, state]]]]]]] )
  202. FileDelete ( "path" )
  203. FileExists ( "path" )
  204. FileFindFirstFile ( "filename" )
  205. FileFindNextFile ( search )
  206. FileGetAttrib ( "filename" )
  207. FileGetLongName ( "file" [, flag] )
  208. FileGetShortcut ( "lnk" )
  209. FileGetShortName ( "file" [, flag] )
  210. FileGetSize ( "filename" )
  211. FileGetTime ( "filename" [, option [, format]] )
  212. FileGetVersion ( "filename" )
  213. FileInstall ( "source", "dest" [, flag] )
  214. FileMove ( "source", "dest" [, flag] )
  215. FileOpen ( "filename", mode )
  216. FileOpenDialog ( "title", "init dir", "filter" [, options [, "default name"]] )
  217. FileRead ( filehandle or "filename" [, count] )
  218. FileReadLine ( filehandle or "filename" [, line] )
  219. FileRecycle ( "source" )
  220. FileRecycleEmpty ( ["drive"] )
  221. FileSaveDialog ( "title", "init dir", "filter" [, options [, "default name"]] )
  222. FileSelectFolder ( "dialog text", "root dir" [, flag [, "initial dir"]] )
  223. FileSetAttrib ( "file pattern", "+-RASHNOT" [, recurse] )
  224. FileSetTime ( "file pattern", "time", type [, recurse] )
  225. FileWrite ( filehandle or "filename", "line" )
  226. FileWriteLine ( filehandle or "filename", "line" )
  227. Floor ( expression )
  228. For
  229. FtpSetProxy ( mode [, "proxy:port" [, "username", "password"]] )
  230. Func
  231. Global
  232. GUICreate ( "title" [, width [, height [, left [, top [, style [, exStyle [, parent]]]]]]] )
  233. GUICtrlCreateAvi ( filename, subfileid, left, top [, width [, height [, style [,  exStyle]]]] )
  234. GUICtrlCreateButton ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  235. GUICtrlCreateCheckbox ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  236. GUICtrlCreateCombo ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  237. GUICtrlCreateContextMenu ( [controlID] )
  238. GUICtrlCreateDate ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  239. GUICtrlCreateDummy ( )
  240. GUICtrlCreateEdit ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  241. GUICtrlCreateGraphic ( left, top [, width [, height [, style]]] )
  242. GUICtrlCreateGroup ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  243. GUICtrlCreateIcon ( filename, iconID, left, top [, width [, height [, style [, exStyle]]]] )
  244. GUICtrlCreateInput ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  245. GUICtrlCreateLabel ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  246. GUICtrlCreateList ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  247. GUICtrlCreateListView ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  248. GUICtrlCreateListViewItem ( "text", listviewID )
  249. GUICtrlCreateMenu ( "submenutext" [, menuID [, menuentry]] )
  250. GUICtrlCreateMenuitem ( "text", menuID [, menuentry [, menuradioitem]] )
  251. GUICtrlCreateMonthCal ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  252. GUICtrlCreateObj ( $ObjectVar, left, top [, width [, height ]] )
  253. GUICtrlCreatePic ( filename, left, top [, width [, height [, style [, exStyle]]]] )
  254. GUICtrlCreateProgress ( left, top [, width [, height [, style [, exStyle]]]] )
  255. GUICtrlCreateRadio ( "text", left, top [, width [, height [, style [, exStyle]]]] )
  256. GUICtrlCreateSlider ( left, top [, width [, height [, style [, exStyle]]]] )
  257. GUICtrlCreateTab ( left, top [, width [, height [, style [, exStyle]]]] )
  258. GUICtrlCreateTabItem ( "text" )
  259. GUICtrlCreateTreeView ( left, top [, width [, height [, style [, exStyle]]]] )
  260. GUICtrlCreateTreeViewItem ( "text", treeviewID )
  261. GUICtrlCreateUpdown ( inputcontrolID [,style] )
  262. GUICtrlDelete ( controlID )
  263. GUICtrlGetHandle( controlID )
  264. GUICtrlGetState ( [controlID] )
  265. GUICtrlRead ( controlID [, advanced] )
  266. GUICtrlRecvMsg ( controlID , msg [, wParam [, lParamType]] )
  267. GUICtrlRegisterListViewSort ( controlID, "function" )
  268. GUICtrlSendMsg ( controlID, msg , wParam, lParam )
  269. GUICtrlSendToDummy ( controlID [, state] )
  270. GUICtrlSetBkColor ( controlID, backgroundcolor )
  271. GUICtrlSetColor ( controlID, textcolor)
  272. GUICtrlSetCursor ( controlID, cursorID )
  273. GUICtrlSetData ( controlID, data [, default] )
  274. GUICtrlSetFont (controlID, size [, weight [, attribute [, fontname]]] )
  275. GUICtrlSetGraphic ( controlID, type [, par1  [, ... par6]] )
  276. GUICtrlSetImage ( controlID, filename [, iconID [, icontype]] )
  277. GUICtrlSetLimit ( controlID, max [, min] )
  278. GUICtrlSetOnEvent ( controlID, "function" )
  279. GUICtrlSetPos ( controlID, left, top [, width [, height]] )
  280. GUICtrlSetResizing ( controlID, resizing )
  281. GUICtrlSetState ( controlID, state )
  282. GUICtrlSetStyle ( controlID, style [, exStyle] )
  283. GUICtrlSetTip ( controlID, tiptext )
  284. GUIDelete ( [winhandle] )
  285. GUIGetCursorInfo ( [winhandle] )
  286. GUIGetMsg ( [advanced] )
  287. GUIRegisterMsg ( msgID, "function" )
  288. GUISetBkColor ( background [, winhandle] )
  289. GUISetCoord ( left, top [, width [, height [, winhandle]]] )
  290. GUISetCursor ( [cursorID [, override [, winhandle]]] )
  291. GUISetFont (size [, weight [, attribute [, fontname [, winhandle]]]] )
  292. GUISetHelp ( helpfile [, winhandle] )
  293. GUISetIcon ( iconfile [, iconID [, winhandle]] )
  294. GUISetOnEvent ( specialID, "function" [, winhandle] )
  295. GUISetState ( [flag [, winhandle]] )
  296. GUIStartGroup ( [winhandle] )
  297. GUISwitch ( winhandle [, tabitemID] )
  298. Hex ( expression [, length] )
  299. HotKeySet ( "key" [, "function"] )
  300. HttpSetProxy ( mode [, "proxy:port" [, "username", "password"]] )
  301. HWnd ( expression )
  302. If
  303. In
  304. InetGet ( "URL" [,"filename" [, reload [, background]]] )
  305. InetGetSize ( "URL" )
  306. IniDelete ( "filename", "section" [, "key"] )
  307. IniRead ( "filename", "section", "key", "default" )
  308. IniReadSection ( "filename", "section" )
  309. IniReadSectionNames ( "filename" )
  310. IniRenameSection ( "filename", "section", "new section" [, flag] )
  311. IniWrite ( "filename", "section", "key", "value" )
  312. InputBox ( "title", "Prompt" [, "Default" [, "password char" [, Width, Height [, Left, Top [, TimeOut]]]]] )
  313. Int ( expression )
  314. IsAdmin ( )
  315. IsArray ( variable )
  316. IsBinaryString ( expression )
  317. IsBool ( variable )
  318. IsDeclared ( expression )
  319. IsFloat ( variable )
  320. IsHWnd ( variable )
  321. IsInt ( variable )
  322. IsKeyword ( variable )
  323. IsNumber ( variable )
  324. IsObj ( variable )
  325. IsString ( variable )
  326. Local
  327. Log ( expression )
  328. MemGetStats ( )
  329. Mod ( value1, value2 )
  330. MouseClick ( "button" [, x, y [, clicks [, speed ]]] )
  331. MouseClickDrag ( "button", x1, y1, x2, y2 [, speed] )
  332. MouseDown ( "button" )
  333. MouseGetCursor ( )
  334. MouseGetPos ( [dimension] )
  335. MouseMove ( x, y [, speed] )
  336. MouseUp ( "button" )
  337. MouseWheel ( "direction" [, clicks] )
  338. MsgBox ( flag, "title", "text" [, timeout] )
  339. Next
  340. Not
  341. Number ( expression )
  342. ObjCreate ( "classname"  [, "servername" [,"username", ["password"]]] )
  343. ObjEvent ( $ObjectVar, "functionprefix" [, "interface name"] )
  344. ObjGet ( "filename" [, "classname"] )
  345. ObjName ( $Objectvariable [,Flag] )
  346. Or
  347. Ping ( address or hostname [, timeout] )
  348. PixelChecksum ( left, top, right, bottom [, step] )
  349. PixelGetColor ( x , y )
  350. PixelSearch ( left, top, right, bottom, color [, shade-variation] [, step]]  )
  351. ProcessClose ( "process" )
  352. ProcessExists ( "process" )
  353. ProcessList ( ["name"] )
  354. ProcessSetPriority ( "process", priority)
  355. ProcessWait ( "process" [, timeout] )
  356. ProcessWaitClose ( "process" [, timeout] )
  357. ProgressOff ( )
  358. ProgressOn ( "title", "maintext" [, "subtext" [, x pos [, y pos [, opt]]]] )
  359. ProgressSet ( percent [, "subtext" [, "maintext"]] )
  360. Random ( [Min [, Max [, Flag]]] )
  361. ReDim
  362. RegDelete ( "keyname" [, "valuename"] )
  363. RegEnumKey ( "keyname", instance )
  364. RegEnumVal ( "keyname", instance )
  365. RegRead ( "keyname", "valuename" )
  366. RegWrite ( "keyname" [,"valuename", "type", value] )
  367. Return
  368. Round ( expression [, decimalplaces]  )
  369. Run ( "filename" [, "workingdir" [, flag[, standard_i/o_flag]]] )
  370. RunAsSet ( ["user", "domain", "password" [, options]] )
  371. RunWait ( "filename" [, "workingdir" [, flag]] )
  372. Select
  373. Send ( "keys" [, flag] )
  374. SetError ( code [, extended [, return value]] )
  375. SetExtended ( code [, return value] )
  376. Shutdown ( code )
  377. Sin ( expression )
  378. Sleep ( delay )
  379. SoundPlay ( "filename" [, wait] )
  380. SoundSetWaveVolume ( percent )
  381. SplashImageOn ( "title", "file" [, width [, height [, x pos [, y pos [, opt]]]]] )
  382. SplashOff ( )
  383. SplashTextOn ( "title", "text" [, w [, h [, x pos [, y pos [, opt [, "fontname" [, fontsz [, fontwt ]]]]]]]] )
  384. Sqrt ( expression )
  385. StatusbarGetText ( "title" [, "text" [, part]] )
  386. StderrRead ( process_id[, count[, peek = false]] )
  387. StdinWrite ( process_id[, string] )
  388. StdoutRead ( process_id[, count[, peek = false]] )
  389. Step
  390. String ( expression )
  391. StringAddCR ( "string" )
  392. StringFormat ( "format control", var1 [, ... var32] )
  393. StringInStr ( "string", "substring" [, casesense [, occurrence]] )
  394. StringIsAlNum ( "string" )
  395. StringIsAlpha ( "string" )
  396. StringIsASCII ( "string" )
  397. StringIsDigit ( "string" )
  398. StringIsFloat ( "string" )
  399. StringIsInt ( "string" )
  400. StringIsLower ( "string" )
  401. StringIsSpace ( "string" )
  402. StringIsUpper ( "string" )
  403. StringIsXDigit ( "string" )
  404. StringLeft ( "string", count )
  405. StringLen ( "string" )
  406. StringLower ( "string" )
  407. StringMid ( "string", start [, count] )
  408. StringReplace ( "string", "searchstring" or start, "replacestring" [, count [, casesense]] )
  409. StringRight ( "string", count )
  410. StringSplit ( "string", "delimiters" [, flag ] )
  411. StringStripCR ( "string" )
  412. StringStripWS ( "string", flag )
  413. StringTrimLeft ( "string", count )
  414. StringTrimRight ( "string", count )
  415. StringUpper ( "string" )
  416. Switch
  417. Tan ( expression )
  418. TCPAccept ( mainsocket )
  419. TCPCloseSocket ( socket )
  420. TCPConnect ( IPAddr, port )
  421. TCPListen ( IPAddr, port [, MaxPendingConnection] )
  422. TCPNameToIP ( name )
  423. TCPRecv ( socket, maxlen )
  424. TCPSend ( socket, data )
  425. TCPShutdown ( )
  426. TCPStartup ( )
  427. Then
  428. TimerDiff ( timestamp )
  429. TimerInit ( )
  430. To
  431. ToolTip ( "text" [, x [, y [, "title" [, icon [, options]]]]] )
  432. TrayCreateItem ( text [, menuID [, menuentry [, menuradioitem]]] )
  433. TrayCreateMenu ( "sub/menutext" [, menuID [, menuentry]] )
  434. TrayGetMsg()
  435. TrayItemDelete ( controlID )
  436. TrayItemGetHandle( controlID )
  437. TrayItemGetState ( [controlID] )
  438. TrayItemGetText ( controlID )
  439. TrayItemSetOnEvent ( itemID, "function" )
  440. TrayItemSetState ( controlID, state )
  441. TrayItemSetText ( controlID, text )
  442. TraySetClick ( flag )
  443. TraySetIcon ( [iconfile [, iconID] )
  444. TraySetOnEvent ( specialID, "function" )
  445. TraySetPauseIcon ( [iconfile [, iconID] )
  446. TraySetState ( [ flag ] )
  447. TraySetToolTip ( [text] )
  448. TrayTip ( "title", "text", timeout [, option] )
  449. True
  450. UBound ( Array [, Dimension] )
  451. UDPBind ( IPAddr, port )
  452. UDPCloseSocket ( socketarray )
  453. UDPOpen ( IPAddr, port )
  454. UDPRecv ( socketarray, maxlen )
  455. UDPSend ( socketarray, data)
  456. Until
  457. WEnd
  458. While
  459. WinActivate ( "title" [, "text"] )
  460. WinActive ( "title" [, "text"] )
  461. WinClose ( "title" [, "text"] )
  462. WinExists ( "title" [, "text"] )
  463. WinFlash ( "title" [,"text" [,flashes [,delay ]]])
  464. WinGetCaretPos ( )
  465. WinGetClassList ( "title" [, "text"] )
  466. WinGetClientSize ( "title" [, "text"] )
  467. WinGetHandle ( "title" [, "text"] )
  468. WinGetPos ( "title" [, "text"] )
  469. WinGetProcess ( "title" [, "text"] )
  470. WinGetState ( "title" [, "text"] )
  471. WinGetText ( "title" [, "text"] )
  472. WinGetTitle ( "title" [, "text"] )
  473. WinKill ( "title" [, "text"] )
  474. WinList ( ["title" [, "text"]] )
  475. WinMenuSelectItem ( "title", "text", "item" [, "item" [, "item" [, "item" [, "item" [, "item" [, "item"]]]]]] )
  476. WinMinimizeAll ( )
  477. WinMinimizeAllUndo ( )
  478. WinMove ( "title", "text", x, y [, width [, height]] )
  479. WinSetOnTop ( "title", "text", flag )
  480. WinSetState ( "title", "text", flag )
  481. WinSetTitle ( "title", "text", "newtitle" )
  482. WinSetTrans ( "title", "text", transparency )
  483. WinWait ( "title" [, "text" [, timeout]] )
  484. WinWaitActive ( "title" [, "text" [, timeout]] )
  485. WinWaitClose ( "title" [, "text" [, timeout]] )
  486. WinWaitNotActive ( "title" [, "text" [, timeout]] )
  487. With
  488.